home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Contributions / Kneer_&_Abt / RTG / Picasso96Develop / Include / proto / Picasso96.h < prev   
Encoding:
C/C++ Source or Header  |  1997-08-09  |  468 b   |  23 lines

  1. #ifndef PROTO_PICASSO96_H
  2. #define PROTO_PICASSO96_H
  3. #include <exec/types.h>
  4. #include <clib/Picasso96_protos.h>
  5.  
  6. #ifndef __NOLIBBASE__
  7. extern struct Library *
  8. #ifdef __CONSTLIBBASEDECL__
  9. __CONSTLIBBASEDECL__
  10. #endif /* __CONSTLIBBASEDECL__ */
  11. P96Base;
  12. #endif /* !__NOLIBBASE__ */
  13.  
  14.  
  15. #include <libraries/Picasso96.h>
  16. #include <clib/Picasso96_protos.h>
  17. #ifdef __GNUC__
  18. #include <inline/Picasso96.h>
  19. #else
  20. #include <pragmas/Picasso96_pragmas.h>
  21. #endif /* __GNUC__ */
  22. #endif
  23.